type crypto/tls.newSessionTicketMsg

6 uses

	crypto/tls (current package)
		conn.go#L1045: 			m = new(newSessionTicketMsg)
		handshake_client.go#L805: 	sessionTicketMsg, ok := msg.(*newSessionTicketMsg)
		handshake_messages.go#L1750: type newSessionTicketMsg struct {
		handshake_messages.go#L1755: func (m *newSessionTicketMsg) marshal() (x []byte) {
		handshake_messages.go#L1777: func (m *newSessionTicketMsg) unmarshal(data []byte) bool {
		handshake_server.go#L741: 	m := new(newSessionTicketMsg)